Documents for PDF .NET Edition
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / PdfString Class / BinarySearch Method / BinarySearch(Int32,Int32,Byte,IComparer<Byte>) Method

In This Topic
    BinarySearch(Int32,Int32,Byte,IComparer<Byte>) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function BinarySearch( _
       ByVal index As System.Integer, _
       ByVal count As System.Integer, _
       ByVal item As System.Byte, _
       ByVal comparer As System.Collections.Generic.IComparer(Of Byte) _
    ) As System.Integer
    public System.int BinarySearch( 
       System.int index,
       System.int count,
       System.byte item,
       System.Collections.Generic.IComparer<byte> comparer
    )

    Parameters

    index
    count
    item
    comparer
    See Also